ServiceFindConversation Method (StandardFolder, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder) |
Finds the conversation.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindConversationResponse FindConversation(
StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
IList<PropertyOrder> propertyOrder
)
Public Function FindConversation (
standardFolder As StandardFolder,
shape As ConversationShape,
traversal As ConversationQueryTraversal,
view As View,
viewFilter As ViewFilter,
propertyOrder As IList(Of PropertyOrder)
) As FindConversationResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder. - shape
- Type: Independentsoft.ExchangeConversationShape
The shape. - traversal
- Type: Independentsoft.ExchangeConversationQueryTraversal
The traversal. - view
- Type: Independentsoft.ExchangeView
The view. - viewFilter
- Type: Independentsoft.ExchangeViewFilter
The view filter. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
The property order.
Return Value
Type:
FindConversationResponseFindConversationResponse.
See Also